home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 58519 / 58519.xpi / chrome / nasatabs.jar / skin / noia2.css < prev    next >
Cascading Style Sheet File  |  2010-01-15  |  5KB  |  156 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. .tabbrowser-tabs {
  3.     height: 28px !important;
  4. }
  5. .tabbrowser-tab[selected="true"] {
  6.      text-shadow: #999999 2px 2px 2px !important;
  7. }
  8. .tabbrowser-tab {
  9.       -moz-appearance: none !important;
  10.     background: none !important;
  11.     border: none !important;
  12.       display: -moz-box !important;
  13.     height: 28px !important;
  14.     list-style-image: none !important;
  15.     min-height: 28px !important;
  16.     text-align: left !important;
  17. }
  18. .tabbrowser-tab > .tab-left {
  19.     background: transparent url("noia2-left.png") no-repeat !important;
  20.     height: 28px !important;
  21.     list-style-image: none !important;
  22.     min-height: 28px !important;
  23.     width: 44px !important;
  24.     margin-left: 6px !important;
  25. }
  26. .tabbrowser-tab > .tab-middle {
  27.     background: transparent url("noia2-middle.png") repeat-x !important;
  28.     height: 28px !important;
  29.       min-height: 28px !important; 
  30. }
  31. .tabbrowser-tab[selected="true"] > .tab-middle {
  32.     background-position: 0 0 !important;
  33. }
  34. .tabbrowser-tab:not([selected="true"]) > .tab-middle {
  35.     background-position: 0 -28px !important;
  36. }
  37. .tabbrowser-tab > .tab-right {
  38.     background: transparent url("noia2-right.png") no-repeat !important;
  39.     height: 28px !important;
  40.     width: 26px !important;
  41. }
  42. .tabbrowser-tab > .tab-right {
  43.     background: transparent url("noia2-right.png") no-repeat !important;
  44.     height: 28px !important;
  45.     width: 26px !important;
  46. }
  47. .tabbrowser-tab[selected="true"]:first-of-type > .tab-left {
  48.     background-position: 0 0 !important;
  49. }
  50. .tabbrowser-tab[selected="true"]:not(:first-of-type) > .tab-left {
  51.     background-position: 0 -28px !important;
  52. }
  53. .tabbrowser-tab:not([selected="true"]) > .tab-left {
  54.     background-position: 0 -84px !important;
  55.     width: 13px !important;
  56. }
  57. .tabbrowser-tab:not([selected="true"]):first-of-type > .tab-left {
  58.     background-position: 0 -56px !important;
  59.     width: 13px !important;
  60. }
  61. .tabbrowser-tab:not([selected="true"]) > .tab-left {
  62.     width: 0 !important;
  63. }
  64. .tabbrowser-tab[selected="true"] > .tab-right {
  65.     background-position: 0 -28px !important;
  66. }
  67. .tabbrowser-tab[selected="true"]:last-of-type > .tab-right {
  68.     background-position: 0 0 !important;
  69.     width: 26px!important;
  70. }
  71. .tabbrowser-tab:not([selected="true"]) > .tab-right {
  72.     background-position: 0 -84px !important;
  73.     width: 20px!important;
  74. }
  75. .tabbrowser-tab:not([selected="true"]):last-of-type > .tab-right {
  76.     background-position: 0 -56px !important;
  77. }
  78. .tabbrowser-tab:not([selected="true"])[beforeselected="true"] > .tab-right {
  79.     margin-right: -10px !important;
  80.     width: 0 !important;
  81. }
  82. .tabbrowser-tab:not([beforeselected="true"]) > .tab-right {
  83.     margin-right: -8px !important;
  84. }
  85. .tabbrowser-tab[selected="true"] .tab-icon-image {
  86.     opacity: 1 !important;
  87. }
  88. .tabbrowser-tab[selected="true"] .tab-icon {
  89.     margin: 1px 10px 0 -32px !important;
  90. }
  91. .tabbrowser-tab:not([selected="true"]):first-of-type .tab-icon {
  92.     margin: 6px 0 0 0px !important;
  93. }
  94. .tabbrowser-tab:not([selected="true"]) .tab-icon {
  95.     margin: 6px 0 0 -7px !important;
  96. }
  97. .tabbrowser-tab:not([selected="true"])[afterselected="true"] .tab-icon {
  98.     margin: 6px 0 0 0px !important;
  99. }
  100. .tabbrowser-tab[beforeselected="true"]:not(:first-of-type) .tab-icon {
  101.     margin: 6px 0 0 -5px !important;
  102. }
  103. .tabbrowser-tab[beforeselected="true"]:not(:first-of-type):hover .tab-icon {
  104.     margin: 6px 0 0 -7px !important;
  105. }
  106. .tabbrowser-tab[selected="true"] .tab-text {
  107.      margin: 0 !important;
  108. }
  109. .tabbrowser-tab:not([selected="true"]) .tab-text {
  110.      margin-top: 5px !important;
  111. }
  112. .tabbrowser-tab:not([selected="true"]):hover .tab-text {
  113.      color: blue !important;
  114.      text-shadow: #999999 2px 2px 2px !important;
  115. }
  116. .tabbrowser-tab > .tab-close-button { 
  117.     display: none !important;
  118.     height: 28px !important;
  119.     margin: 0 0px 0 0 !important;
  120.     width: 22px !important;
  121. }
  122. .tabbrowser-tab[selected="true"]:hover > .tab-close-button { 
  123.     background: url("noia2-close.png") no-repeat !important;
  124.     background-position: 0 0 !important;
  125.     display: -moz-box !important;
  126.     width: 18px !important;
  127. }
  128. .tabbrowser-tab[selected="true"] > .tab-close-button:hover {
  129.     background-position: 0 -28px !important;
  130. }
  131. .tabbrowser-tab:not([selected="true"]):hover > .tab-close-button { 
  132.     background: url("noia2-close.png") no-repeat 0 -56px !important;
  133.     display: -moz-box !important;
  134. }
  135. .tabbrowser-tab:not([selected="true"]) > .tab-close-button:hover {
  136.     background-position: 0 -84px !important;
  137. }
  138. .tabbrowser-tab[beforeselected="true"]:hover > .tab-close-button {
  139.     position: relative !important;
  140.     width: 24px !important;
  141.     z-index: 999999 !important;
  142. }
  143. #browser .always-left {
  144.       display: none !important;
  145. }
  146. .tabbrowser-tabs .tabs-newtab-button {
  147.     border: none !important;
  148.      margin: -1px 0 0 0 !important;
  149. }
  150. .tabbrowser-tabs .tabs-newtab-button:hover {
  151.     background: none !important;
  152. }
  153. .tabbrowser-tab:not([selected="true"]) .progress-bar {
  154.        margin-left: 0 !important;
  155. }
  156.